home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / pcmagazi / 1992 / 18 / wtime.def < prev    next >
Text File  |  1992-10-26  |  348b  |  12 lines

  1. NAME            WTIME
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE'
  4. CODE            PRELOAD MOVEABLE
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        4096
  7. STACKSIZE       5110
  8. EXPORTS         WndProc          @1
  9.                 CONFIGMsgProc    @2
  10.                 SetupDlgMsgHook  @3
  11.                 ABOUTMsgProc     @4
  12.